DevForce Help Reference
RangeVerifier<T> Class
Members 


The datatype of the property that is being verified
A Verifier that determines if a given property falls within a specified range.
Object Model
RangeVerifier<T> ClassVerifierErrorMessageInfo ClassVerifierArgs ClassVerifierEngine ClassVerifierOptions Class
Syntax
'Declaration
 
Public Class RangeVerifier(Of T As {New, Struct}) 
   Inherits PropertyValueVerifier
   Implements System.IComparable(Of Verifier) 
'Usage
 
Dim instance As RangeVerifier(Of T)
public class RangeVerifier<T> : PropertyValueVerifier, System.IComparable<Verifier>  
where T: new(), struct
Type Parameters
T
The datatype of the property that is being verified
Remarks
Because a range can be open ended on either the minimum or maximum end of the range many of the constructor overloads allow setting the MinValue and MaxValue values to null. This means that either no lower bound or no upper bound test will be performed during verification. Many constructor overloads also allow the specification as to whether the endpoints specified should be included within the range or not. Finally, most constructors will allow for the specification at to whether if a null value is encountered it should be considered an error or a completely valid value (implying that the specified range tests should NOT be performed).
Inheritance Hierarchy

System.Object
   IdeaBlade.Validation.Verifier
      IdeaBlade.Validation.PropertyValueVerifier
         IdeaBlade.Validation.RangeVerifier<T>
            IdeaBlade.Validation.DateTimeRangeVerifier
            IdeaBlade.Validation.DecimalRangeVerifier
            IdeaBlade.Validation.DoubleRangeVerifier
            IdeaBlade.Validation.Int32RangeVerifier
            IdeaBlade.Validation.Int64RangeVerifier
            IdeaBlade.Validation.StringLengthVerifier

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RangeVerifier<T> Members
IdeaBlade.Validation Namespace

Send Feedback